home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TDIRSCRIPTDIALOG / TDIRSCRIPTDIALOG.txt
Text File  |  2008-11-03  |  3KB  |  147 lines

  1. inherited DirScriptDialog: TDirScriptDialog
  2.   Left = 273
  3.   Top = 188
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize]
  5.   BorderStyle = bsSizeable
  6.   Caption = '%'
  7.   ClientHeight = 285
  8.   ClientWidth = 433
  9.   Constraints.MinHeight = 215
  10.   Constraints.MinWidth = 222
  11.   OnClose = FormClose
  12.   OnCloseQuery = FormCloseQuery
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object IconShape: TShape
  18.     Left = 8
  19.     Top = 8
  20.     Width = 48
  21.     Height = 48
  22.     Pen.Color = clSilver
  23.     Pen.Width = 4
  24.   end
  25.   object Icon: TUiImage
  26.     Left = 16
  27.     Top = 16
  28.     Width = 32
  29.     Height = 32
  30.     Center = True
  31.   end
  32.   object ProgressLbl: TUiLabel
  33.     Left = 72
  34.     Top = 16
  35.     Height = 13
  36.     Caption = '%'
  37.   end
  38.   object ProgressBar: TUiProgressBar
  39.     Left = 72
  40.     Top = 35
  41.     Width = 349
  42.     Height = 17
  43.     Anchors = [akLeft, akTop, akRight]
  44.     TabOrder = 0
  45.     Visible = False
  46.   end
  47.   object PageControl: TUiPageControl
  48.     Left = 8
  49.     Top = 61
  50.     Width = 417
  51.     Height = 173
  52.     ActivePage = tsLog
  53.     Anchors = [akLeft, akTop, akRight, akBottom]
  54.     TabOrder = 1
  55.     object tsLog: TUiTabSheet
  56.       Caption = 'Log'
  57.       inline LogFrame: TLogFrame
  58.         Left = 0
  59.         Top = 0
  60.         Width = 409
  61.         Height = 145
  62.         Align = alClient
  63.         TabOrder = 0
  64.         inherited LeftPanel: TUiPanel
  65.           Height = 145
  66.           Visible = False
  67.         end
  68.       end
  69.     end
  70.     object tsScript: TUiTabSheet
  71.       Caption = 'Script'
  72.       object ScriptLB: TUiListBox
  73.         Left = 0
  74.         Top = 0
  75.         Width = 409
  76.         Height = 145
  77.         Align = alClient
  78.         ItemHeight = 13
  79.         TabOrder = 0
  80.       end
  81.     end
  82.     object tsErrorLog: TUiTabSheet
  83.       Caption = 'Errors'
  84.       object ErrorLogLB: TUiListBox
  85.         Left = 0
  86.         Top = 0
  87.         Width = 409
  88.         Height = 145
  89.         Align = alClient
  90.         ItemHeight = 13
  91.         TabOrder = 0
  92.       end
  93.     end
  94.   end
  95.   object BottomPanel: TUiPanel
  96.     Left = 0
  97.     Top = 242
  98.     Width = 433
  99.     Height = 43
  100.     Align = alBottom
  101.     BevelOuter = bvNone
  102.     TabOrder = 2
  103.     SizeGripper = True
  104.     DesignSize = (
  105.       433
  106.       43)
  107.     object BeepWhenFinishedEdit: TUiCheckBox
  108.       Left = 8
  109.       Top = 0
  110.       Height = 17
  111.       Caption = 'Beep when finished'
  112.       TabOrder = 0
  113.     end
  114.     object CloseWhenFinishedEdit: TUiCheckBox
  115.       Left = 8
  116.       Top = 20
  117.       Height = 17
  118.       Caption = 'Close when finished'
  119.       TabOrder = 1
  120.     end
  121.     object CancelBtn: TUiButton
  122.       Left = 352
  123.       Top = 16
  124.       Anchors = [akTop, akRight]
  125.       Cancel = True
  126.       Caption = 'Cancel'
  127.       TabOrder = 2
  128.       OnClick = CancelClick
  129.       AutoSize = asRight
  130.     end
  131.   end
  132.   object LogPopup: TUiPopupMenu
  133.     Left = 377
  134.     Top = 8
  135.     object LogCopyItem: TUiMenuItem
  136.       Caption = 'Copy'
  137.       ShortCut = 16451
  138.       OnClick = LogCopyClick
  139.     end
  140.     object LogSelectAllItem: TUiMenuItem
  141.       Caption = 'Select All'
  142.       ShortCut = 16449
  143.       OnClick = LogSelectAllClick
  144.     end
  145.   end
  146. end
  147.